lastIndexOf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int lastIndexOf(TString str, TString toFind, int startIndex)
  2. int lastIndexOf(TChar[] str, TChar ch, int startIndex)
    pure nothrow @nogc @trusted
    int
    lastIndexOf
    (
    TChar
    )
    (
    TChar[] str
    ,
    TChar ch
    ,
    int startIndex = -1
    )

Meta